home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000005_fdc@columbia.edu_Mon Mar 18 16:43:19 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  36 lines

  1. Article: 13270 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc,comp.unix.sco.misc
  5. Subject: Re: Binary for SCO Openserver with SSL/TLS
  6. Date: 18 Mar 2002 16:43:06 -0500
  7. Organization: Columbia University
  8. Lines: 19
  9. Message-ID: <a75n1a$6an$1@watsol.cc.columbia.edu>
  10. References: <3c9656ef$0$26808$4c41069e@reader1.ash.ops.us.uu.net>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1016487787 9340 128.59.39.139 (18 Mar 2002 21:43:07 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 18 Mar 2002 21:43:07 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13270 comp.unix.sco.misc:144799
  16.  
  17. In article <3c9656ef$0$26808$4c41069e@reader1.ash.ops.us.uu.net>,
  18. Dale Stover <dale@stpsoft.com> wrote:
  19. : Looking for the binary for c-kermit for SCO OpenSever 5.0.5 that has
  20. : SSL/TLS & TCP/IP linked in.
  21. : Can anyone help?
  22. :
  23. Not legally.  US export law forbids putting binaries that contain strong
  24. encryption on FTP and Web sites; that's why we don't do it.  You have
  25. to download the source code and build it yourself.
  26.  
  27. Also, this is a new combination, so you'll have a bit of work to do:
  28. collecting the needed SSL/TLS libraries and header files and constructing
  29. a new makefile target.
  30.  
  31. Begin by consulting the Kermit Security Reference:
  32.  
  33.   http://www.columbia.edu/kermit/security.html
  34.  
  35. - Frank
  36.